home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / share / 39 / _SETUP.1 / Qimage.exe / 0 / RCDATA / TFORM28 / TFORM28.txt
Text File  |  2000-07-30  |  4KB  |  181 lines

  1. object Form28: TForm28
  2.   Left = 341
  3.   Top = 219
  4.   Width = 620
  5.   Height = 204
  6.   Caption = 'Save Page to File'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = False
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object GroupBox1: TGroupBox
  19.     Left = 8
  20.     Top = 8
  21.     Width = 401
  22.     Height = 89
  23.     Caption = 'Resolution of saved image'
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 16
  27.       Top = 32
  28.       Width = 34
  29.       Height = 16
  30.       Caption = 'Horiz:'
  31.     end
  32.     object Label2: TLabel
  33.       Left = 22
  34.       Top = 64
  35.       Width = 28
  36.       Height = 16
  37.       Caption = 'Vert:'
  38.     end
  39.     object Label6: TLabel
  40.       Left = 192
  41.       Top = 24
  42.       Width = 196
  43.       Height = 16
  44.       Caption = 'Given an 8 x 10 inch page, the file'
  45.     end
  46.     object Label7: TLabel
  47.       Left = 192
  48.       Top = 40
  49.       Width = 179
  50.       Height = 16
  51.       Caption = 'resolution at left will result in a '
  52.     end
  53.     object Label8: TLabel
  54.       Left = 256
  55.       Top = 64
  56.       Width = 64
  57.       Height = 16
  58.       Caption = 'DPI image.'
  59.     end
  60.     object Edit1: TEdit
  61.       Left = 56
  62.       Top = 24
  63.       Width = 121
  64.       Height = 24
  65.       Hint = 'The horizontal resolution of the saved file'
  66.       ParentShowHint = False
  67.       ShowHint = True
  68.       TabOrder = 1
  69.       OnChange = Edit1Change
  70.     end
  71.     object Edit2: TEdit
  72.       Left = 56
  73.       Top = 56
  74.       Width = 121
  75.       Height = 24
  76.       Hint = 'The vertical resolution of the saved file'
  77.       ParentShowHint = False
  78.       ShowHint = True
  79.       TabOrder = 2
  80.       OnChange = Edit2Change
  81.     end
  82.     object Edit4: TEdit
  83.       Left = 192
  84.       Top = 56
  85.       Width = 57
  86.       Height = 24
  87.       Hint = 
  88.         'This is the number of dots per inch (DPI) if the image is printe' +
  89.         'd at 8 x 10 size'
  90.       ParentShowHint = False
  91.       ShowHint = True
  92.       TabOrder = 0
  93.       Text = '300'
  94.       OnChange = Edit4Change
  95.     end
  96.   end
  97.   object BitBtn1: TBitBtn
  98.     Left = 8
  99.     Top = 120
  100.     Width = 75
  101.     Height = 25
  102.     Hint = 'Accept resolution parameters and proceed'
  103.     Caption = 'Ok'
  104.     ParentShowHint = False
  105.     ShowHint = True
  106.     TabOrder = 1
  107.     OnClick = BitBtn1Click
  108.     Kind = bkOK
  109.   end
  110.   object BitBtn2: TBitBtn
  111.     Left = 528
  112.     Top = 120
  113.     Width = 75
  114.     Height = 25
  115.     Hint = 'Exit back to the page editor'
  116.     ParentShowHint = False
  117.     ShowHint = True
  118.     TabOrder = 2
  119.     OnClick = BitBtn2Click
  120.     Kind = bkCancel
  121.   end
  122.   object StatusBar1: TStatusBar
  123.     Left = 0
  124.     Top = 153
  125.     Width = 612
  126.     Height = 19
  127.     Panels = <>
  128.     SimplePanel = True
  129.   end
  130.   object GroupBox2: TGroupBox
  131.     Left = 416
  132.     Top = 8
  133.     Width = 185
  134.     Height = 89
  135.     Caption = 'JPG Save Quality'
  136.     TabOrder = 4
  137.     object Label3: TLabel
  138.       Left = 80
  139.       Top = 64
  140.       Width = 45
  141.       Height = 16
  142.       Caption = 'Quality:'
  143.     end
  144.     object Label4: TLabel
  145.       Left = 8
  146.       Top = 16
  147.       Width = 140
  148.       Height = 16
  149.       Caption = 'Enter a value from 1-100'
  150.     end
  151.     object Label5: TLabel
  152.       Left = 8
  153.       Top = 32
  154.       Width = 131
  155.       Height = 16
  156.       Caption = '(100 is highest quality)'
  157.     end
  158.     object Edit3: TEdit
  159.       Left = 128
  160.       Top = 56
  161.       Width = 41
  162.       Height = 24
  163.       Hint = 
  164.         'Lower quality results in smaller files but sacrifices some image' +
  165.         ' quality'
  166.       ParentShowHint = False
  167.       ShowHint = True
  168.       TabOrder = 0
  169.       Text = '95'
  170.     end
  171.   end
  172.   object SaveDialog1: TSaveDialog
  173.     Filter = 
  174.       'Windows Bitmap (BMP)|*.bmp|Tagged Image Format (TIF)|*.tif|Joint' +
  175.       ' Picture Experts Grp (JPG)|*.jpg'
  176.     FilterIndex = 3
  177.     Left = 416
  178.     Top = 96
  179.   end
  180. end
  181.